跳到主要内容

C++ 内联函数

定义为内联函数可以避免函数调用的开销;但内联只是向编译器发出的一个请求,可以忽略这个请求。

inline const string & shorter(const string &s1, ...)